home *** CD-ROM | disk | FTP | other *** search
- dialog(name: '$$$/Dialogs/PrintSet/HighEnd/TransQuality', target_id: 'sli1', margin_height: 0, margin_width: 0)
- {
- cluster(name: '$$$/Dialogs/PrintSet/HighEnd/TransQuality', align_children: align_left, dwidth: gAdPrintPanelWidth, dheight: gAdPrintPanelHeight)
- {
- view(align_children: align_row, alignment: align_fill)
- {
- static_text(item_id: 'lrva', name: '$$$/Dialogs/PrintSet/Options/RasVecBalance');
- view(align_children: align_col)
- {
- view(align_children: align_row)
- {
- slider(item_id: 'sli1', name: '$$$/Dialogs/Slider', width: 200);
- edit_text(item_id: 'rpct', width: max_char_width() * 3);
- }
- view(align_children: align_row)
- {
- static_text(name: '$$$/Dialogs/Rasters');
- gap(width: 100);
- static_text(name: '$$$/Dialogs/Vectors');
- }
- }
- }
- cluster(name: '$$$/Dialogs/RasterRes', align_children: align_left, alignment: align_fill)
- {
- view(align_children: align_col)
- {
- view(align_children: align_row)
- {
- static_text(item_id: 'lbmr', name: '$$$/Dialogs/PrintSet/HighEnd/BitmapRes');
- edit_text(item_id: 'bmrs', PopupEdit: true, width: max_char_width() * 3);
- static_text(name: '$$$/Dialogs/ppi');
- }
- view(align_children: align_row)
- {
- static_text(item_id: 'lgdr', name: '$$$/Dialogs/PrintSet/HighEnd/GradRes');
- edit_text(item_id: 'gdrs', PopupEdit: true, width: max_char_width() * 3);
- static_text(name: '$$$/Dialogs/ppi');
- }
- }
- }
- cluster(name: '$$$/Prefs/Options', align_children: align_left, alignment: align_fill)
- {
- view(align_children: align_left)
- {
- check_box(item_id: 'chk1', name: '$$$/Dialogs/ProPrint/TextToOutlines', height: gEditTextHeight);
- check_box(item_id: 'chk2', name: '$$$/Dialogs/ProPrint/StrokesToOutlines', height: gEditTextHeight);
- check_box(item_id: 'chk3', name: '$$$/Dialogs/ProPrint/ClipComplex', height: gEditTextHeight);
- }
- }
- view(align_children: align_center, alignment: align_fill)
- {
- static_text( item_id: 'desc', height: gEditTextHeight*4, alignment: align_fill, multiline: true);
- }
- }
- }